home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Graphics / vcdimager / source / frontends / Makefile < prev    next >
Makefile  |  2001-07-01  |  9KB  |  302 lines

  1. # Generated automatically from Makefile.in by configure.
  2. # Makefile.in generated automatically by automake 1.4 from Makefile.am
  3.  
  4. # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8.  
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13.  
  14.  
  15. SHELL = /bin/sh
  16.  
  17. srcdir = .
  18. top_srcdir = ..
  19. prefix = /usr/local
  20. exec_prefix = ${prefix}
  21.  
  22. bindir = ${exec_prefix}/bin
  23. sbindir = ${exec_prefix}/sbin
  24. libexecdir = ${exec_prefix}/libexec
  25. datadir = ${prefix}/share
  26. sysconfdir = ${prefix}/etc
  27. sharedstatedir = ${prefix}/com
  28. localstatedir = ${prefix}/var
  29. libdir = ${exec_prefix}/lib
  30. infodir = ${prefix}/info
  31. mandir = ${prefix}/man
  32. includedir = ${prefix}/include
  33. oldincludedir = /usr/include
  34.  
  35. DESTDIR =
  36.  
  37. pkgdatadir = $(datadir)/vcdimager
  38. pkglibdir = $(libdir)/vcdimager
  39. pkgincludedir = $(includedir)/vcdimager
  40.  
  41. top_builddir = ..
  42.  
  43. ACLOCAL = aclocal
  44. AUTOCONF = autoconf
  45. AUTOMAKE = automake
  46. AUTOHEADER = autoheader
  47.  
  48. INSTALL = /usr/bin/install -c
  49. INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
  50. INSTALL_DATA = ${INSTALL} -m 644
  51. INSTALL_SCRIPT = ${INSTALL_PROGRAM}
  52. transform = s,x,x,
  53.  
  54. NORMAL_INSTALL = :
  55. PRE_INSTALL = :
  56. POST_INSTALL = :
  57. NORMAL_UNINSTALL = :
  58. PRE_UNINSTALL = :
  59. POST_UNINSTALL = :
  60. host_alias = powerpc-unknown-linux-gnu
  61. host_triplet = powerpc-unknown-linux-gnu
  62. AS = @AS@
  63. AWK = gawk
  64. CC = ppc-amigaos-gcc -warpup -V2.95.2 -mcpu=604e
  65. CPP = ppc-amigaos-gcc -warpup -V2.95.2 -mcpu=604e
  66. CXX = 
  67. DLLTOOL = @DLLTOOL@
  68. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  69. LIBVCD_CFLAGS = -I$(top_srcdir)/libvcd/
  70. LIBVCD_LIBS = $(top_builddir)/libvcd/libvcd.a
  71. LN_S = ln -s
  72. MAINT = #
  73. MAKEINFO = makeinfo
  74. OBJDUMP = @OBJDUMP@
  75. PACKAGE = vcdimager
  76. PACKAGE_PIXMAPS_DIR = 
  77. POPT_LIBS = 
  78. RANLIB = ppc-amigaos-ranlib
  79. VERSION = 0.7.7
  80. XML2_CONFIG = no
  81. XML_CFLAGS = 
  82. XML_CONFIG = @XML_CONFIG@
  83. XML_LIBS = 
  84.  
  85. CLI_DIRS = cli
  86.  
  87. #XML_DIRS = xml
  88.  
  89. #if BUILD_GNOME_FE
  90. #GNOME_DIRS = gnome
  91. #endif
  92.  
  93. SUBDIRS = $(CLI_DIRS) $(XML_DIRS) #$(GNOME_DIRS)
  94. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  95. CONFIG_HEADER = ../config.h
  96. CONFIG_CLEAN_FILES = 
  97. DIST_COMMON =  Makefile.am Makefile.in
  98.  
  99.  
  100. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  101.  
  102. TAR = gtar
  103. GZIP_ENV = --best
  104. DIST_SUBDIRS =  cli xml
  105. all: all-redirect
  106. .SUFFIXES:
  107. $(srcdir)/Makefile.in: # Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  108.     cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps frontends/Makefile
  109.  
  110. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  111.     cd $(top_builddir) \
  112.       && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  113.  
  114.  
  115. # This directory's subdirectories are mostly independent; you can cd
  116. # into them and run `make' without going through this Makefile.
  117. # To change the values of `make' variables: instead of editing Makefiles,
  118. # (1) if the variable is set in `config.status', edit `config.status'
  119. #     (which will cause the Makefiles to be regenerated when you run `make');
  120. # (2) otherwise, pass the desired values on the `make' command line.
  121.  
  122.  
  123.  
  124. all-recursive install-data-recursive install-exec-recursive \
  125. installdirs-recursive install-recursive uninstall-recursive  \
  126. check-recursive installcheck-recursive info-recursive dvi-recursive:
  127.     @set fnord $(MAKEFLAGS); amf=$$2; \
  128.     dot_seen=no; \
  129.     target=`echo $@ | sed s/-recursive//`; \
  130.     list='$(SUBDIRS)'; for subdir in $$list; do \
  131.       echo "Making $$target in $$subdir"; \
  132.       if test "$$subdir" = "."; then \
  133.         dot_seen=yes; \
  134.         local_target="$$target-am"; \
  135.       else \
  136.         local_target="$$target"; \
  137.       fi; \
  138.       (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  139.        || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  140.     done; \
  141.     if test "$$dot_seen" = "no"; then \
  142.       $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  143.     fi; test -z "$$fail"
  144.  
  145. mostlyclean-recursive clean-recursive distclean-recursive \
  146. maintainer-clean-recursive:
  147.     @set fnord $(MAKEFLAGS); amf=$$2; \
  148.     dot_seen=no; \
  149.     rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
  150.       rev="$$subdir $$rev"; \
  151.       test "$$subdir" = "." && dot_seen=yes; \
  152.     done; \
  153.     test "$$dot_seen" = "no" && rev=". $$rev"; \
  154.     target=`echo $@ | sed s/-recursive//`; \
  155.     for subdir in $$rev; do \
  156.       echo "Making $$target in $$subdir"; \
  157.       if test "$$subdir" = "."; then \
  158.         local_target="$$target-am"; \
  159.       else \
  160.         local_target="$$target"; \
  161.       fi; \
  162.       (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  163.        || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  164.     done && test -z "$$fail"
  165. tags-recursive:
  166.     list='$(SUBDIRS)'; for subdir in $$list; do \
  167.       test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  168.     done
  169.  
  170. tags: TAGS
  171.  
  172. ID: $(HEADERS) $(SOURCES) $(LISP)
  173.     list='$(SOURCES) $(HEADERS)'; \
  174.     unique=`for i in $$list; do echo $$i; done | \
  175.       awk '    { files[$$0] = 1; } \
  176.            END { for (i in files) print i; }'`; \
  177.     here=`pwd` && cd $(srcdir) \
  178.       && mkid -f$$here/ID $$unique $(LISP)
  179.  
  180. TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  181.     tags=; \
  182.     here=`pwd`; \
  183.     list='$(SUBDIRS)'; for subdir in $$list; do \
  184.    if test "$$subdir" = .; then :; else \
  185.         test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
  186.    fi; \
  187.     done; \
  188.     list='$(SOURCES) $(HEADERS)'; \
  189.     unique=`for i in $$list; do echo $$i; done | \
  190.       awk '    { files[$$0] = 1; } \
  191.            END { for (i in files) print i; }'`; \
  192.     test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
  193.       || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  194.  
  195. mostlyclean-tags:
  196.  
  197. clean-tags:
  198.  
  199. distclean-tags:
  200.     -rm -f TAGS ID
  201.  
  202. maintainer-clean-tags:
  203.  
  204. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  205.  
  206. subdir = frontends
  207.  
  208. distdir: $(DISTFILES)
  209.     @for file in $(DISTFILES); do \
  210.       d=$(srcdir); \
  211.       if test -d $$d/$$file; then \
  212.         cp -pr $$d/$$file $(distdir)/$$file; \
  213.       else \
  214.         test -f $(distdir)/$$file \
  215.         || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  216.         || cp -p $$d/$$file $(distdir)/$$file || :; \
  217.       fi; \
  218.     done
  219.     for subdir in $(DIST_SUBDIRS); do \
  220.       if test "$$subdir" = .; then :; else \
  221.         test -d $(distdir)/$$subdir \
  222.         || mkdir $(distdir)/$$subdir \
  223.         || exit 1; \
  224.         chmod 777 $(distdir)/$$subdir; \
  225.         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
  226.           || exit 1; \
  227.       fi; \
  228.     done
  229. info-am:
  230. info: info-recursive
  231. dvi-am:
  232. dvi: dvi-recursive
  233. check-am: all-am
  234. check: check-recursive
  235. installcheck-am:
  236. installcheck: installcheck-recursive
  237. install-exec-am:
  238. install-exec: install-exec-recursive
  239.  
  240. install-data-am:
  241. install-data: install-data-recursive
  242.  
  243. install-am: all-am
  244.     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  245. install: install-recursive
  246. uninstall-am:
  247. uninstall: uninstall-recursive
  248. all-am: Makefile
  249. all-redirect: all-recursive
  250. install-strip:
  251.     $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  252. installdirs: installdirs-recursive
  253. installdirs-am:
  254.  
  255.  
  256. mostlyclean-generic:
  257.  
  258. clean-generic:
  259.  
  260. distclean-generic:
  261.     -rm -f Makefile $(CONFIG_CLEAN_FILES)
  262.     -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  263.  
  264. maintainer-clean-generic:
  265. mostlyclean-am:  mostlyclean-tags mostlyclean-generic
  266.  
  267. mostlyclean: mostlyclean-recursive
  268.  
  269. clean-am:  clean-tags clean-generic mostlyclean-am
  270.  
  271. clean: clean-recursive
  272.  
  273. distclean-am:  distclean-tags distclean-generic clean-am
  274.     -rm -f libtool
  275.  
  276. distclean: distclean-recursive
  277.  
  278. maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
  279.         distclean-am
  280.     @echo "This command is intended for maintainers to use;"
  281.     @echo "it deletes files that may require special tools to rebuild."
  282.  
  283. maintainer-clean: maintainer-clean-recursive
  284.  
  285. .PHONY: install-data-recursive uninstall-data-recursive \
  286. install-exec-recursive uninstall-exec-recursive installdirs-recursive \
  287. uninstalldirs-recursive all-recursive check-recursive \
  288. installcheck-recursive info-recursive dvi-recursive \
  289. mostlyclean-recursive distclean-recursive clean-recursive \
  290. maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
  291. distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
  292. dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
  293. install-exec install-data-am install-data install-am install \
  294. uninstall-am uninstall all-redirect all-am all installdirs-am \
  295. installdirs mostlyclean-generic distclean-generic clean-generic \
  296. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  297.  
  298.  
  299. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  300. # Otherwise a system limit (for SysV at least) may be exceeded.
  301. .NOEXPORT:
  302.